Builder
Debug output from the device.
To minimize the size of records inside the device code, if a time/source/level is not set
on the message it is assumed to be a continuation of the previously sent message.
This allows the device code to use fixed maxlen 64 byte strings for messages,
and then extend as needed by emitting multiple records.
Content copied to clipboard
meshtastic.LogRecord
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Usually based on thread name - if known
Content copied to clipboard
string source = 3;
Link copied to clipboard
Seconds since 1970 - or 0 for unknown/unset
Content copied to clipboard
fixed32 time = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Usually based on thread name - if known
Content copied to clipboard
string source = 3;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.LogRecord.Builder
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Not yet set
Content copied to clipboard
.meshtastic.LogRecord.Level level = 4;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Log levels, chosen to match python logging conventions.
Content copied to clipboard
string message = 1;
Link copied to clipboard
Usually based on thread name - if known
Content copied to clipboard
string source = 3;
Link copied to clipboard
Usually based on thread name - if known
Content copied to clipboard
string source = 3;
Link copied to clipboard
Seconds since 1970 - or 0 for unknown/unset
Content copied to clipboard
fixed32 time = 2;